Autodesk.AutoCAD.EditorInput Namespace > FenceSelectedSubObject Class > FenceSelectedSubObject Constructor > FenceSelectedSubObject(FullSubentityPath, SelectionMethod, IntPtr, PickPointDescriptor[]) Constructor
FenceSelectedSubObject.FenceSelectedSubObject(FullSubentityPath, SelectionMethod, IntPtr, PickPointDescriptor[]) Constructor
Description

Constructor.

Visual Basic
Public Sub New(
    path As FullSubentityPath, 
    method As SelectionMethod, 
    gsMarker As IntPtr, 
    descriptors As PickPointDescriptor[]
)
C#
public FenceSelectedSubObject(
    FullSubentityPath path, 
    SelectionMethod method, 
    IntPtr gsMarker, 
    PickPointDescriptor\[\] descriptors
);
Parameters
Parameters 
Description 
FullSubentityPath path 
Input subentitiy path 
SelectionMethod method 
Input selection method 
IntPtr gsMarker 
Input GS marker 
PickPointDescriptor[] descriptors 
Input pick points 
Links
   Comments?